Gerardo Grignoli is an independent developer whose open-source work focuses on friction-free Windows administration. His flagship utility, gsudo, plugs a long-standing gap in the operating system by letting users elevate individual commands from an unprivileged console without opening a new, fully-administrator window. Rooted in the familiar Unix “sudo” paradigm, the tool interprets a simple gsudo prefix, spawns a secure elevated process, and returns control to the original shell, preserving environment variables, redirection, and current directory. The result is safer, faster scripting for DevOps pipelines, developer toolchains, and day-to-day IT chores such as installing packages, editing protected hosts files, or restarting services. Lightweight, signed, and MIT-licensed, gsudo integrates transparently with PowerShell, CMD, WSL, and numerous third-party terminals, making it a staple in automated build jobs, remote maintenance scripts, and classroom lab setups where granular rights elevation is required but permanent admin sessions are undesirable. Because the executable is delivered as a single portable binary, it can be dropped into CI containers or RMM toolkits without additional dependencies, and its JSON output mode simplifies auditing for security teams. Gerardo Grignoli’s software is available for free on get.nero.com, with downloads supplied through trusted Windows package sources such as winget, always installing the latest release and supporting batch installation alongside other applications.
The missing piece in Windows. Cherry-pick which commands to elevate with just one keyword.
Details